home *** CD-ROM | disk | FTP | other *** search
/ Max Special: Max Gallery / Max Special Gallery.iso / pc / menuag.dir / 00013.ls < prev    next >
Encoding:
Text File  |  1997-04-03  |  344 b   |  17 lines

  1. on exitFrame
  2.   play frame the frame
  3. end
  4.  
  5. on mouseUp
  6.   if (the clickOn > 3) and (the clickOn < 8) then
  7.     set nome to the name of member the memberNum of sprite the clickOn
  8.     if isWindows() then
  9.       set nome to nome & "W"
  10.     end if
  11.     repeat with i = 3 to 8
  12.       set the cursor of sprite i to -1
  13.     end repeat
  14.     go(nome)
  15.   end if
  16. end
  17.